Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ns to gw #1071

Draft
wants to merge 216 commits into
base: dev
Choose a base branch
from
Draft

Feature/ns to gw #1071

wants to merge 216 commits into from

Conversation

Elson9 and others added 26 commits July 19, 2024 15:46
Validation error messages namespace to gateway
@@ -165,7 +165,7 @@ export class NamespaceController extends Controller {
result.errors.forEach((err: any, ind: number) => {
errors[`d${ind}`] = { message: err.message };
});
throw new ValidateError(errors, 'Unable to create namespace');
throw new ValidateError(errors, 'Unable to create gateway');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert? (since in v2 we still say namespace everywhere else, including the routing)

@@ -201,7 +201,7 @@ export class NamespaceController extends Controller {
result.errors.forEach((err: any, ind: number) => {
errors[`d${ind}`] = { message: err.message };
});
throw new ValidateError(errors, 'Unable to delete namespace');
throw new ValidateError(errors, 'Unable to delete gateway');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants